home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Tools / Freeware / Remapollo / Modules / patches / KC / KingCON-handler.pch.txt < prev   
Text File  |  2002-10-27  |  2KB  |  47 lines

  1.  
  2. Fixlist for 1.6:
  3.  
  4. - fixed small mis-alignment
  5. - workaround serious bug in AREXX (ACTION_CHANGE_SIGNAL is not reset on
  6.   Arexx termination)
  7. - rewrote global data area handling, startup semaphore has been removed
  8.   (should cure some race conditions and hang-ups)
  9. - code tweaking; converted parameters passing from stack to registers for
  10.   many routines
  11. - fixed race condition with char '[' rendering in raw mode
  12. - fixed bugs in SGR ANSI support
  13. - fixed Enforcer hit when opening filereq with 'Show .info' selected
  14. - added SGR keyword to options
  15. - bootshell is detected and it covers (nearly) full screen now
  16. - added 'Clear window' to menu (uses A+Z shortcut)
  17. - rewritten boopsi gadgets creation code; should be compatible with
  18.   VisualPrefs now
  19. - 'Review/Clear buffer' and 'Console/Keep closed' got shortcuts: 'B' and 'K',
  20.   respectively
  21. - added support for VisualPrefs' tbiclass
  22. - added screennotify.library support for AddWorkbenchClient()
  23.  
  24. Major news in 1.6 release is bugfixed SGR handling and added 'SGR' keyword to
  25. options. This new option is especially useful if you want your console windows
  26. to use nonstandard colors. The syntax is similar to that used directly in
  27. shell, except that CSI (Command Sequence Introducer: '*e[') should be omitted.
  28. If you want to open new console, say, using white, underlined text on an
  29. orange background, you may type:
  30.  
  31. 'newcli "con:////Underlined/sgr4;32;43;>3m"'
  32.  
  33. If you prefer, for example, all your con windows to use white foreground pen
  34. on a black bacground, you may insert: 'SGR32;41;>1m' somewhere in your
  35. KCON.prefs file. For info regarding all possible SGR values refer to any ANSI
  36. spec doc (Amiga autodoc for console.device/cmd WRITE will do).
  37.  
  38. To gain optimal results you are encouraged to apply console.pch as well.
  39.  
  40.  
  41. For questions, bugreports, etc. mail me: bloelle@priv.gold.pl
  42.  
  43. NO WARRANTIES: USE AT YOUR OWN RISK!
  44.  
  45. Have fun,
  46. MM
  47.